home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / doors_2 / sfsfcom.zip / README.V30 next >
Text File  |  1990-09-22  |  1KB  |  42 lines

  1. This program will run with Spitfire v3.0.
  2.  
  3. Because of the version of MULTI Node Spitfire, the following
  4. changes have been made to this program...
  5.  
  6. The command line parameters /CALLER, /CALLERS, and /CALLERSTMP are no
  7. longer valid. The following rules apply to logging...
  8.  
  9. When starting the program, the program will attempt to write to a log
  10. file. If you want to turn off logging totally (I highly do NOT
  11. recommend this), then use a command line parameter /NOLOG. For
  12. example, for the Spitmail program, the command line might look like:
  13.  
  14.     SPITMAIL   /NOLOG
  15.  
  16. Again, I DO NOT recommend the above. All internal errors are logged
  17. and there is no way to debug a problem in the above scenario.
  18.  
  19.  
  20.  
  21. Next, if you want to log to a file (e.g. CALLERS.LOG), simply specify
  22. the keyword LOG with the full file and path name... For example:
  23.  
  24.  
  25.     SPITMAIL /LOG=C:\SF\WORK\CALLERS.LOG
  26.  
  27.     or
  28.  
  29.     SPITMAIL /LOG=D:\SF\CALLER.TMP
  30.  
  31.  
  32. If you do not specify the above, or it cannot create the file, it
  33. will attempt to write the LOG file in the root directory of the
  34. C drive. It will name that log file C:\PRIVATE.LOG. If you are
  35. getting a PRIVATE.LOG file - it is because you have NOT configured
  36. your program with the /LOG correctly.
  37.  
  38.  
  39. IT IS RECOMMENDED THAT YOU ROUTE THE /LOG= TO THE SPITFIRE CALLERS.TMP FILE!
  40.  
  41. Bob Zimmerman
  42.